public class DocumentIdsDTO extends Object
Classe Java per documentIdsDTO complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="documentIdsDTO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idList" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentIdsDTO.IdList
Classe Java per anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DocumentIdsDTO.IdList |
idList |
| Constructor and Description |
|---|
DocumentIdsDTO() |
| Modifier and Type | Method and Description |
|---|---|
DocumentIdsDTO.IdList |
getIdList()
Recupera il valore della proprietà idList.
|
void |
setIdList(DocumentIdsDTO.IdList value)
Imposta il valore della proprietà idList.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected DocumentIdsDTO.IdList idList
public DocumentIdsDTO.IdList getIdList()
DocumentIdsDTO.IdListpublic void setIdList(DocumentIdsDTO.IdList value)
value - allowed object is
DocumentIdsDTO.IdListCopyright © 2024. All rights reserved.